Documentation
orders

Get Order Invoice

get
/v1/orders/{id}/invoice
Get an order's invoice data.
curl -X GET \
    'https://api.polar.sh/v1/orders/00000000-0000-0000-0000-000000000000/invoice' \
    -H "Accept: application/json" \
    -H "Authorization: Bearer <token>" \
    
Responses
{
  "url": "string"
}